Å@
êVǵǢAPI
QuickTime 3.0.2Ç≈ÇÕ Movie
ExportÉRÉìÉ|Å[ÉlÉìÉgÇ…êVÇΩÇ»APIÇÇ–ÇΔǬí«â¡ÇµÇ‹ÇµÇΩÅB
ComponentResult MovieExportSetGetMoviePropertyProc
(MovieExportComponent ci,
MovieExportGetPropertyUPP getPropertyProc,
void* refCon);
ci component instance
getPropertyProc Specifies a callback function that provides
information about processing source samples.
refcon Passed to the procedure specified in the
getPropertyProc parameter.
|
DZÇÃÉãÅ[É`ÉìÇÕÅAMovie ExportÉRÉìÉ|Å[ÉlÉìÉgÇ…ëŒÇ∑ÇÈ
GetPropertyProc ÇéwíËǵNjÇ∑ÅBMovieExportAddDataSource
ÇÃåƒÇ—èoǵéûÇ…éwíËÇ≥ÇÍÇÈ GetPropertyProc
ÇΔìØÇ∂Ç≈Ç∑ÅBDZÇÃÉãÅ[É`ÉìÇ≈ "property proc"
ÇéwíËÇ∑ÇÈDZÇΔÇ…ÇÊǡǃÅA"data proc" Ç©ÇÁ export
ÇçsǧDZÇΔÇ»Ç≠ÅAproperty
ÇÃÉvÉçÉOÉâÉÄÇ©ÇÁÇÃêßå‰Çâ¬î\ÇΔǵNjÇ∑ÅB
QuickTime 3.0.2Ç≈ÇÕÅAData Handler
ÉRÉìÉ|Å[ÉlÉìÉgDžLJǖÇΔǬêVÇΩÇ»APIÇí«â¡ÇµÇ‹ÇµÇΩÅB
ComponentResult DataHGetInfoFlags
(DataHandler dh, UInt32* flags);
dh component instance
flags pointer to the long integer to receive the current flags
|
DZÇÃÉãÅ[É`ÉìÇÕÅAdata handler
ÉRÉìÉ|Å[ÉlÉìÉgÇ…ä÷Ç∑ÇÈèÓïÒÇï‘ǵNjÇ∑ÅBåªç›à»â∫ÇÃÉtÉâÉOǙdžÇËÇ‹Ç∑ÅB
- kDataHInfoFlagNeverStreams - DZÇà data handler
ÇÕÅAstreaming ÇÉTÉ|Å[ÉgǵǃǢNjÇπÇÒÅB
Å@
ÉCÉìÉXÉgÅ[ÉãÇ≥ÇÍǃǢÇÈÉoÅ[ÉWÉáÉìÇÃéØï
ëäïœÇÌÇÁÇ∏ÅAÉCÉìÉXÉgÅ[ÉãÇ≥ÇÍǃǢÇÈ
QuickTimeÇÃÉoÅ[ÉWÉáÉìÇímÇÈÇ…ÇÕ Gesutalt
ÇǬǩǢNjÇ∑ÅBà»â∫Ç…
QuickTimeÇÃÉoÅ[ÉWÉáÉìÇìæÇÈÉRÅ[ÉhÇé¶ÇµÇ‹Ç∑ÅB
{
// check the version of QuickTime installed
long version;
result = Gestalt(gestaltQuickTime,&version);
if (!result && version >= 0x03028000)
{
// we have version 3.0.2!
}
}
|
|